DragMode
Description
Use DragMode
on the component when the user can drag the component. Disable the drag-and-drop or drag-and-dock capability at runtime by setting the DragMode property value to dmManual. Enable automatic dragging by setting DragMode to dmAutomatic.
Value | Description |
---|---|
dmAutomatic | The control begins a drag operation automatically when the user clicks and drags it. |
dmManual | The control can't be dragged until the application calls the BeginDrag method. |
Syntax
property DragMode;